home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 07 / ASPFusion / data1.cab / Admin_Pages / Admin / index.asp < prev    next >
Encoding:
Text File  |  2001-03-25  |  1.5 KB  |  51 lines

  1. <!--- #include file = "index.js" --->
  2. <html>
  3. <head>
  4. <title>ASPFusion Security Box Administration</title>
  5. </head>
  6. <body bgcolor="#CAE4FF">
  7. <form action="act_index.asp" Method="POST" NAME="indexform" Onsubmit="return index_checkit();" Onload="return focusit(document.indexform.Password);">
  8. <div align="right">
  9.   <table cellpadding="0" cellspacing="1" width="25%">
  10.     <tr width="100%" align="right">
  11.       <td><img src="Images/aspfusion.gif"></td>
  12.     </tr>
  13.   </table>
  14. </div>
  15. <p> </p>
  16. <table align="center" width="100%">
  17.   <tr>
  18.     <td colspan="2">
  19.     <%if Request.QueryString("result") = "0" then%>
  20.         <p align="center"><font color="#FF0000" face="Arial" size="2"><b><%=Session("Error")%></b></p>
  21.     <%else%>
  22.         <p> </p>
  23.     <%end if%>
  24.     </td>
  25.   </tr>
  26.   <tr>
  27.     <td width="50%" align="right"><br><input type="password" name="Password" size="15"></td>
  28.     <td width="50%" align="left"><br><input type="submit" value="Login" name="Login"></td>
  29.   </tr>
  30. </table>
  31. <p> </p>
  32. <table align="center" width="40%">
  33.   <tr>
  34.     <td>
  35.       <p align="center"><font color="#4D82D2" face="Arial" size="2">In
  36.          order to access the ASPFusion Security Box administration, you need
  37.          to login using the administrator password.</font></p></td>
  38.   </tr>
  39. </table>
  40. <p> </p>
  41. <table align="center" width="100%">
  42.   <tr>
  43.     <td  align="center" valign="bottom">
  44.       <font face="Arial" color="#000000" size="1">Copyright ⌐ 2000, Advanced Communications</font>
  45.     </td>
  46.   </tr>
  47. </table>
  48. </form>
  49. </body>
  50. </html>
  51.